home *** CD-ROM | disk | FTP | other *** search
/ 45 Great Windows Utilities 7 / 45 Great Windows Utilities Volume 7 MOJO-411 (Mojo Software).iso / wtrspot / wtrspt13.txt < prev   
Text File  |  1995-09-18  |  5KB  |  113 lines

  1.  
  2.                           WATER SPOTS SCREEN SAVER
  3.                                For Windows95
  4.                                 Version 1.1
  5. =========================================================================
  6.                             (C) 1995 Lee Lorenz
  7.  
  8. LEGAL STUFF:
  9.     This is "FreeWare" with one request... drop me a line via E-Mail or
  10. by postcard and tell me how you like it. ESPECIALLY if you are from
  11. overseas or something like that (Send the Postcard). The only other
  12. restriction for users is that these files be distributed in their entirety:
  13.                     WTRSPOTS.SCR
  14.                     WTRSPOTS.TXT
  15.                     MMWM32.DLL
  16.                     WAVEMIX.INI
  17. Lastly, for commercial uses, if this is placed on a CD-ROM, E-Mail me and make
  18. arrangements to send me a copy of the final CD-ROM which includes my saver.
  19.  
  20.  
  21. Well, my first Windows95 program. This one is a simple screen saver the
  22. turns your desktop into a "work of art". It looks much better with
  23. Hi/TrueColor displays, as it does not attempt to manipulate the palette
  24. in any way.
  25. .........................................................................
  26.  
  27. Installation:
  28.     1) Copy WTRSPOTS.SCR to your "win95\system" directory.
  29.     2) Copy the MMWM32.DLL to your "win95\system" directory
  30.     3) Copy the WAVEMIX.INI to your "win95" directory
  31.     4) Use the desktop properties to set it up.
  32.  
  33. .........................................................................
  34.  
  35. Not much to say about the operation of it. Setting the Max Size simply
  36. limits the size of the "spots"- they range from 4x4 pixels to Max Size.
  37. The spots may be squares or circles.
  38. .........................................................................
  39.  
  40. This screen saver has been tested with Build 490 of Windows 95 and the
  41. Release version.
  42. .........................................................................
  43.  
  44. Be on the look out for more screen savers from me. I HAD hoped to have a
  45. package of savers out before the scheduled release of Windows 95, but my
  46. schedule didn't allow for that. I may also wait a little longer for the
  47. arrival of the DirectDraw toolkit, so I can put some really cool stuff out.
  48. There's a few other surprises I'm thinking about doing, but I'll only get
  49. myself into trouble if I mention them and can't follow through.
  50.  
  51. Also, I'll be sure to feature the source code for this module in the
  52. package, but that will be a $$$ release. Sorry. For those interested in
  53. writing screen savers, you'll need the Win 95 SDK and look for "FRACTAL"
  54. in the samples.
  55. .........................................................................
  56.  
  57. SHAMELESS PLUG:
  58.  
  59.   My Screen saver made it into:
  60.  
  61.          VOODOO WINDOWS 95    From Ventana Press
  62.  
  63.   The book looks pretty good as a general guide for hints and tips to
  64.   installing and running windows. I learned a few things on my first
  65.   quick look at the book. Looks like US$24.95, includes only a floppy,
  66.   though :(  and comes with several other slick applications.
  67.   It does have alot of info that never made it into any documentation
  68.   I've ever seen for Windows 95.
  69.  
  70. .........................................................................
  71.  
  72. Send Accolades (and bugs, if any) to: llorenz@tir.com
  73.  
  74. KNOWN LIMITATIONS:
  75. --------
  76. 1. Well, sometimes the cursor flickers in Screen Properties. I'm not sure why;
  77. this may have to do with multi-threading and the fact I grab the DC full time.
  78. 2. Cheap soundcard drivers may puke. I tested this on a REAL CHEAP driver/card,
  79. ThunderBoard, and had problems initially with the WaveMix routines. Now it does
  80. seem to work, though. - AND DON'T EVEN TRY WITH SPEAKER.DRV!!!!
  81. 3. The MMWM32.DLL *MUST* be in the system directory, even if you don't use
  82. sound.
  83.  
  84.  
  85. CHANGES:
  86. --------
  87. 1.0A    7/03/95     Modified "drop" routine to use proper dithering on 256/16
  88.                     color displays.
  89. 1.0B    7/15/95     Added wave file playback. Nice annoying "Popping" noise
  90.                     This should sufficiently drive any co-workers crazy
  91.                     {EVIL GRIN}
  92. 1.0C    7/23/95     Added WaveMix to the program. Since Microsoft was kind
  93.                     enough to put restrictions on distributing a re-compiled
  94.                     version of the DLL, but failed to make available the
  95.                     ACTUAL 32-bit DLL, I had to rename and recompile; which
  96.                     allows me to distribute it, according to their terms.
  97. 1.1     8/06/95     Final cleanup for release to the net.
  98. 1.2     9/09/95     Small glitch in display of dialog box. Some adjustments
  99.                     were required, as the dialog size changes on different
  100.                     systems (who'da thunk?) Also added the missing "About"
  101.                     Box.
  102. 1.3     9/18/95     Address Change: I now reside at tir.com...
  103.  
  104. To do?
  105. --------
  106. Nothing more that I can think of. If I include this in my package of
  107. screen savers, I'll add some of the standard goodies that will work across
  108. most of the savers.
  109.  
  110.  
  111.  
  112.  
  113.